Typo fix
authorRobert Lipe <robertlipe@gpsbabel.org>
Wed, 4 Jul 2018 20:05:13 +0000 (15:05 -0500)
committerRobert Lipe <robertlipe@gpsbabel.org>
Wed, 4 Jul 2018 20:05:13 +0000 (15:05 -0500)
waypoint -> Waypoint in last commit wasn’t saved from editor buffer

tpg.cc

diff --git a/tpg.cc b/tpg.cc
index c52f70004ac90d42e06ba4202fbd24b7d3c5f17a..fb0e70328b62845c178975058b5c2b3f21e0518c 100644 (file)
--- a/tpg.cc
+++ b/tpg.cc
@@ -116,7 +116,7 @@ tpg_read()
 
 
   while (pointcount--) {
-    waypoint* wpt_tmp = new Waypoint;
+    Waypoint* wpt_tmp = new Waypoint;
 
     /* pascal-like shortname */
     wpt_tmp->shortname = gbfgetpstr(tpg_file_in);